home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / mx / rpc / mxml / Concurrency.as next >
Encoding:
Text File  |  2008-05-21  |  333 b   |  18 lines

  1. package mx.rpc.mxml
  2. {
  3.    public final class Concurrency
  4.    {
  5.       public static const LAST:String = "last";
  6.       
  7.       public static const MULTIPLE:String = "multiple";
  8.       
  9.       public static const SINGLE:String = "single";
  10.       
  11.       public function Concurrency()
  12.       {
  13.          super();
  14.       }
  15.    }
  16. }
  17.  
  18.